Skip to content

Fix license declaration in pyproject.toml (MIT → GPL-3.0)#81

Open
mazurroman wants to merge 1 commit intomainfrom
rm/fix-license-classifier
Open

Fix license declaration in pyproject.toml (MIT → GPL-3.0)#81
mazurroman wants to merge 1 commit intomainfrom
rm/fix-license-classifier

Conversation

@mazurroman
Copy link
Member

Summary

LICENSE.md contains the full GPL-3.0 text and the README states GPL-3.0, but pyproject.toml incorrectly declared MIT in both the license field and the PyPI classifier.

  • license = {text = "MIT"}{text = "GPL-3.0-only"}
  • Classifier updated to GNU General Public License v3 (GPLv3)

LICENSE.md contains the full GPL-3.0 text and README also states
GPL-3.0, but pyproject.toml incorrectly declared MIT. Align the
license field and classifier with the actual license.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant